JavaScript

{grid.object}detailViewToggle Method

Syntax

{grid.Object}.detailViewToggle(rowNumber)

Arguments

rowNumber

The number of the row in the Grid Component to be hidden or shown in the Detail View.

Description

Toggle the state of the Detail View. If it is not current open, show it. If it is currently open, then close it.

See Also